home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / PageTool 1.0 / PageTool.make < prev    next >
Text File  |  1993-06-17  |  520b  |  23 lines

  1. #   File:       PageTool.make
  2. #   Target:     PageTool
  3. #   Sources:    Page.c PagerPROAECalls.c
  4. #   Created:    Thursday, June 17, 1993 4:49:26 PM
  5.  
  6.  
  7. OBJECTS = Page.c.o PagerPROAECalls.c.o
  8.  
  9.  
  10.  
  11. PageTool ƒƒ PageTool.make {OBJECTS}
  12.     Link -d -c 'MPS ' -t MPST ∂
  13.         {OBJECTS} ∂
  14.         "{CLibraries}"StdClib.o ∂
  15.         "{Libraries}"Stubs.o ∂
  16.         "{Libraries}"Runtime.o ∂
  17.         "{Libraries}"Interface.o ∂
  18.         -o PageTool
  19. Page.c.o ƒ PageTool.make Page.c
  20.      C -r  Page.c
  21. PagerPROAECalls.c.o ƒ PageTool.make PagerPROAECalls.c
  22.      C -r  PagerPROAECalls.c
  23.